imcontext: Allow sequences of length GTK_MAX_COMPOSE_LEN
authorMatthias Clasen <mclasen@redhat.com>
Mon, 1 Feb 2021 05:55:25 +0000 (00:55 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 1 Feb 2021 05:55:25 +0000 (00:55 -0500)
commit094a346539c606ae4a9e4bfcb4250b7741a4e665
tree942868ab3c654afbf7a2aa24c45c6feeeaa14cd6
parent162814f96999a41466ee167494e6b422cdd5be16
imcontext: Allow sequences of length GTK_MAX_COMPOSE_LEN

There was an off-by-one error, making us reject sequences
of this length. But the rest of the code handles them
just fine.

Fixes: #2319
gtk/gtkcomposetable.c